tools/xenstore: ignore transaction id for [un]watch
authorJuergen Gross <jgross@suse.com>
Thu, 11 Jun 2020 14:12:38 +0000 (16:12 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 15 Dec 2020 13:05:43 +0000 (14:05 +0100)
commitda67712173474c31695a56a269a8b069f7eb36a6
treec07f5100dbdb4085460f6ed2ee231550817b7ebc
parent9c898a82b84247fb02deb8ae2adb1f749631a7b1
tools/xenstore: ignore transaction id for [un]watch

Instead of ignoring the transaction id for XS_WATCH and XS_UNWATCH
commands as it is documented in docs/misc/xenstore.txt, it is tested
for validity today.

Really ignore the transaction id for XS_WATCH and XS_UNWATCH.

This is part of XSA-115.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Paul Durrant <paul@xen.org>
tools/xenstore/xenstored_core.c